home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / elements / spicetwo.dir / scripts_161.ls < prev    next >
Encoding:
Text File  |  1997-12-04  |  182 b   |  15 lines

  1. on prepareFrame
  2.   global LOOPFRAME
  3.   if not (LOOPFRAME = the frameLabel) then
  4.     initialiseFrame()
  5.     setScore(0)
  6.   end if
  7. end
  8.  
  9. on enterFrame
  10. end
  11.  
  12. on exitFrame
  13.   go(the frame)
  14. end
  15.